home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Utils / UNIX / UNZIP520 / WINGUI / CONTENTS < prev    next >
Text File  |  1996-04-24  |  3KB  |  86 lines

  1. Contents of the "wingui" sub-archive for UnZip 5.2 and later:
  2.  
  3.   Contents       this file
  4.   README         notes about WizUnZip 3.0 development; compiler notes
  5.   wunzip16.bcc   makefile for compiling 16-bit WizUnZip GUI app with Borland C
  6.   wunzip32.bcc   makefile for compiling 32-bit WizUnZip GUI app with Borland C
  7.   wizunz32.msc   makefile for compiling 32-bit WizUnZip GUI app with Microsoft C
  8.   wizunzip.def   definitions file for 16-bit app
  9.   wizunz32.def   definitions file for 32-bit app
  10.   wizunzip.rc    resource file for WizUnZip
  11.  
  12.   about.c        about dialog code
  13.   action.c       pre- and post-processing of "unzip" function
  14.   copyfile.c     copy/move/rename dialog code
  15.   helpids.h      help ID macros
  16.   iconbar.c      button toolbar code
  17.   kbdproc.c      just like it says
  18.   makedir.c      make-directory dialog code
  19.   password.c     password dialog code
  20.   password.h
  21.   pattern.c      pattern-select dialog code
  22.   pattern.h
  23.   rename.c       rename dialog code
  24.   rename.h
  25.   replace.c      replace dialog code
  26.   replace.h      
  27.   seldir.c       select-directory dialog code
  28.   sizewndw.c     size-window code
  29.   sound.c        sound dialog code and multimedia calls
  30.   sound.h        
  31.   status.c       displays in "status/display" listbox
  32.   updatelb.c     updates the main listbox
  33.   winit.c        WizUnZip initialization code
  34.   winsetup.c     primary setup code
  35.   wizunzip.c     main WizUnZip file; contains WinMain
  36.   wizunzip.h     main header file
  37.   wndproc.c      has most of WizUnZip's window procedures
  38.  
  39.   wizunzip.rtf   source for help file
  40.   wizunzip.hpj   help project file
  41.   wizunzip.hlp   help file
  42.  
  43.   about.dlg      about dialog template
  44.   copyfile.dlg   copy/move/delete dialog template
  45.   makedir.dlg    make-directory dialog template
  46.   password.dlg   password dialog template
  47.   pattern.dlg    select-by-pattern dialog template
  48.   rename.dlg     rename dialog template
  49.   replace.dlg    replace dialog template
  50.   seldir.dlg     select-unzip-to dialog template
  51.   sound.dlg      sound-options dialog template
  52.  
  53.   wizunzip.wav   "unzipping" sound file (binary)
  54.  
  55.   wizunzip.ico   main WizUnZip icon (binary)
  56.   unzipped.ico   "unzipped" icon (binary)
  57.   help.cur       help cursor (binary)
  58.  
  59.   clrstat.bmp    button-bar bitmaps (binary)
  60.   comment.bmp
  61.   copy.bmp
  62.   copystat.bmp
  63.   deselall.bmp
  64.   display.bmp
  65.   erase.bmp
  66.   exit.bmp
  67.   export.bmp
  68.   extract.bmp
  69.   help.bmp
  70.   list.bmp
  71.   makedir.bmp
  72.   move.bmp
  73.   open-up.bmp
  74.   rename.bmp
  75.   selall.bmp
  76.   selpat.bmp
  77.   split.bmp
  78.   status.bmp
  79.   test.bmp
  80.   trash.bmp
  81.   unzipto.bmp
  82.  
  83. Note that the MSC port has not been tested nearly as well as the Borland
  84. port.  Also note that Borland C++ 5.0 is a buggy load of...well, is buggy.
  85. Use Borland C++ 4.5 for best results.
  86.